home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_55604.txt < prev    next >
Text File  |  1990-03-19  |  1KB  |  37 lines

  1. -- card: 55604 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2792
  5. -- name: glossary 9
  6. ----- HyperTalk script -----
  7. on closecard
  8.   global maploc, cardloc
  9.   put "yes" into line 9 of fld "footprints" of card "map"
  10.   put word 1 of the short name of this card into maploc
  11.   put word 2 of the short name of this card into cardloc
  12. end closecard
  13.  
  14.  
  15.  
  16. -- part contents for background part 9
  17. ----- text -----
  18. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  19.  
  20. -- part contents for background part 4
  21. ----- text -----
  22. Glossary
  23.  
  24. -- part contents for background part 13
  25. ----- text -----
  26. VRAM (Video RAM)
  27.  
  28. -- part contents for background part 11
  29. ----- text -----
  30. glossary9
  31.  
  32. -- part contents for background part 5
  33. ----- text -----
  34.  
  35. An exact pixel-map representation of the current state of the display is stored in RAM on the card.  This is the primary point of contention in most graphics-based video circuitry.  The reason for this contention is that the display must refresh completely every 1/67th of a second (minimum speed to avoid flicker), thus the circuitry driving the analog signal to the display must have constant, regular access to the pixel map or the image will fade or flicker on the screen.  
  36.  
  37. The key difference between regular RAM and VRAM is that VRAM is dual-ported.  This allows the CPU and analog display circuitry to have simultaneous access to the pixel map without contention.